Detach Method (IExtension<T>)
Enables an object to find out when it is no longer aggregated. Called when an extension is removed from the IExtensionObject<T>.Extensions property.
'Declaration
Sub Detach( _
ByVal As _
)
'Usage
Dim instance As IExtension(Of T)
Dim owner As
instance.Detach(owner)
Parameters
- owner
- The extensible object that aggregates this extension.